home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / modle3d.dir / 00001_Script_1 next >
Text File  |  1994-11-28  |  399b  |  19 lines

  1. on enterframe
  2.   global lcl,rcl,ucl,dcl,pnt
  3.   
  4.   set the cursor of sprite 1 to pnt
  5.   set the cursor of sprite 2 to rcl
  6.   set the cursor of sprite 3 to lcl
  7.   set the cursor of sprite 4 to 0
  8.   set the cursor of sprite 5 to 0
  9.   set the cursor of sprite 6 to 0
  10.   set the cursor of sprite 7 to 0
  11.   
  12.   set the cursor of sprite 23 to pnt
  13.   updatestage
  14.   
  15. end
  16.  
  17. on exitFrame
  18.   unLoadCast
  19. end